![]() | IBM Endpoint Manager Inspectors Reference |
Win: Windows
Lin: Red Hat and SUSE Linux
Sol: SUN Solaris
HPUX: Hewlett-Packard UNIX version
AIX: IBM AIX
Mac: Apple Macintosh
Ubu: Ubuntu/Debian
WM: Windows Mobile
The version (e.g. Lin:8.1) corresponds to the version of the IEM product (8.1) in which the inspector was introduced in the client on that platform.
The version number is not shown if it is less than 8.0.
This chapter includes the various networking Inspectors.
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
network | Returns an object containing properties of the network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Return type | Description | Platforms (?) |
adapter of <network> | <network adapter> Plural: adapters | Returns the one or more network adapter objects of the network. | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
dns server of <network> | <network address list> Plural: dns servers | Returns a list of DNS servers used by the local computer. | Win, WM |
interface <integer> of <network> | <network interface> Plural: interfaces | Returns the Nth interface of the network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
interface of <network> | <network interface> Plural: interfaces | Returns all the interfaces of the network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ip interface <integer> of <network> | <network ip interface> Plural: ip interfaces | Returns the Nth ip interface of the network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ip interface of <network> | <network ip interface> Plural: ip interfaces | Returns all the ip interfaces of the network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
winsock2 supported of <network> | <boolean> Plural: winsock2 supporteds | Indicates that winsock2 is supported by the network. If this returns FALSE, many of the other properties of the interface are not available for inspection. | Win, WM |
Declaration | Description | Platforms (?) |
interface <integer> of <network> | Returns the Nth interface of the network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
interface of <network> | Returns all the interfaces of the network. Example: names of interfaces of network - Returns a list of the network interface names, for example, lo0, gif0, stf0, en0. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Return type | Description | Platforms (?) |
family of <network interface> | <integer> Plural: families | Returns an family designator of the address family (i.e., 2=AFI_NET). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Description | Platforms (?) |
ip interface <integer> of <network> | Returns the Nth ip interface of the network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ip interface of <network> | Returns all the ip interfaces of the network. Example: names of ip interfaces of network - Returns a list of the names of the network IP interfaces, for example, lo0, en0. Example: addresses of ip interfaces of network - Returns a list of the IP addresses of the network IP interfaces, for example, 127.0.0.1, 192.168.1.100, etcetera. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Return type | Description | Platforms (?) |
address of <network ip interface> | <ipv4 address> Plural: addresses | Returns the ip address of the ip interface. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
broadcast address of <network ip interface> | <ipv4 address> Plural: broadcast addresses | Returns the broadcast address of the specified interface as an IPv4 type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
broadcast support of <network ip interface> | <boolean> Plural: broadcast supports | Indicates that broadcast messages are supported by the ip interface. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
cidr string of <network ip interface> | <string> Plural: cidr strings | Returns the Classless Inter-Domain Routing value for the specified network ip interface as a string type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
loopback of <network ip interface> | <boolean> Plural: loopbacks | Indicates that the particular network ip interface is a loopback interface. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
multicast support of <network ip interface> | <boolean> Plural: multicast supports | Indicates that multicast messages are supported by the ip interface. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
point to point of <network ip interface> | <boolean> Plural: point to points | Indicates that the interface is a point-to-point interface. Usually TRUE for dialup connections. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
subnet address of <network ip interface> | <ipv4 address> Plural: subnet addresses | Returns the subnet address (IPv4) to which the specified interface belongs. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
subnet mask of <network ip interface> | <ipv4 address> Plural: subnet masks | Returns the subnet mask (IPv4) of the specified network ip interface.As of version 8.0, this Inspector type is derived from an <ipv4or6 address> type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
dns server of <network> | Returns a list of DNS servers used by the local computer. | Win, WM |
address list of <network adapter> | Returns the address list of the network adapter. | Win, WM |
dns server of <network adapter> | Returns a list of DNS servers used by the specified adapter. | Win, WM |
gateway list of <network adapter> | Returns the gateway network address list of the network adapter. | Win, WM |
Declaration | Return type | Description | Platforms (?) |
address of <network address list> | <ipv4 address> Plural: addresses | Returns the IP address of the address list. | Win, WM |
cidr string of <network address list> | <string> Plural: cidr strings | Returns the Classless Inter-Domain Routing value for the specified network address list as a string value. | Win, WM |
subnet address of <network address list> | <ipv4 address> Plural: subnet addresses | Returns the subnet address (IPv4) of the specified network address list. | Win, WM |
subnet mask of <network address list> | <ipv4 address> Plural: subnet masks | Returns the subnet mask (IPv4) of the specified network address list. | Win, WM |
Declaration | Description | Platforms (?) |
adapter of <network> | Returns the one or more network adapter objects of the network. | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
Declaration | Return type | Description | Platforms (?) |
address list of <network adapter> | <network address list> Plural: address lists | Returns the address list of the network adapter. | Win, WM |
address of <network adapter> | <ipv4 address> Plural: addresses | Returns the ip address of the network adapter (returns the first address if it is a list). | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
cidr string of <network adapter> | <string> Plural: cidr strings | Returns the Classless Inter-Domain Routing value for the specified network adapter as a string value. | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
description of <network adapter> | <string> Plural: descriptions | Returns the description of the network adapter. | Win, WM |
dhcp enabled of <network adapter> | <boolean> Plural: dhcp enableds | Returns TRUE if dhcp is enabled on the network adapter. | Win, WM |
dhcp server of <network adapter> | <ipv4 address> Plural: dhcp servers | Returns the ip address of the dhcp server of the network adapter (returns the first address if it is a list). | Win, WM |
dns server of <network adapter> | <network address list> Plural: dns servers | Returns a list of DNS servers used by the specified adapter. | Win, WM |
dns suffix of <network adapter> | <string> Plural: dns suffixes | Returns the Domain Name System (DNS) suffix associated with the specified adapter. | Win, WM |
friendly name of <network adapter> | <string> Plural: friendly names | Returns a user-friendly name for the adapter, for example "Local Area Connection 1". | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac:8.0, WM, Ubu:8.1 |
gateway list of <network adapter> | <network address list> Plural: gateway lists | Returns the gateway network address list of the network adapter. | Win, WM |
gateway of <network adapter> | <ipv4 address> Plural: gateways | Returns the ip address of the gateway of the network adapter. | Win, WM |
ipv6 address of <network adapter> | <ipv6 address> Plural: ipv6 addresses | Returns the local IP address (as IPv6) of the adapter. Only for XP/Server 2003 and later. | Win, WM |
ipv6 dns server of <network adapter> | <ipv6 address> Plural: ipv6 dns servers | Returns the DNS server address (as IPv6) of the adapter. Only for XP/Server 2003 and later. | Win, WM |
lease expires of <network adapter> | <time> Plural: leases expire | Returns the time that the dhcp lease will expire of the network adapter. | Win, WM |
lease obtained of <network adapter> | <time> Plural: leases obtained | Returns the time that the dhcp lease was obtained of the network adapter. | Win, WM |
link speed of <network adapter> | <integer> Plural: link speeds | This is a property of a network adapter. It returns the maximum speed of the NIC card in bits per second. | Win, WM |
mac address of <network adapter> | <string> Plural: mac addresses | Returns the mac address of the network adapter. | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
maximum transmission unit of <network adapter> | <integer> Plural: maximum transmission units | The maximum transmission unit (MTU) size, in bytes, of the specified adapter. | Win, WM |
name of <network adapter> | <string> Plural: names | Returns the name of the network adapter. | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
primary wins server of <network adapter> | <ipv4 address> Plural: primary wins servers | Returns the IPv4 address of the primary wins server of the specified network adapter. | Win, WM |
secondary wins server of <network adapter> | <ipv4 address> Plural: secondary wins servers | Returns the IPv4 address of the secondary wins server of the specified network adapter.As of version 8.0 of BES, this Inspector type is derived from an <ipv4or6 address> type. | Win, WM |
status of <network adapter> | <integer> Plural: statuses | The operational status for the interface as defined in RFC 2863. It can be one of the values from the IF_OPER_STATUS enumeration type defined in the Iftypes.h header file. On Windows Vista and later, the header files were reorganized and this enumeration is defined in the Ifdef.h header file. | Win, WM |
subnet address of <network adapter> | <ipv4 address> Plural: subnet addresses | Returns the subnet address (IPv4) of the specified network adapter. | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
subnet mask of <network adapter> | <ipv4 address> Plural: subnet masks | Returns the subnet mask (IPv4) of the specified network adapter. | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
type of <network adapter> | <integer> Plural: types | Returns the interface type of the specified adapter as defined by the Internet Assigned Names Authority (IANA). Possible values for the interface type are listed in the Ipifcons.h header file. | Win, WM |
wakeonlan enabled of <network adapter> | <boolean> Plural: wakeonlan enableds | Returns TRUE if the specified network adapter is configured to react to Wake-On-Lan requests. Wake-On-Lan is a mechanism used to trigger a boot of a machine in standby mode by sending a special packet.Note: Wake-On-Lan is only supported for Windows 2000 and XP machines. | Win, WM |
wins enabled of <network adapter> | <boolean> Plural: wins enableds | Returns TRUE if WINS is enabled on the network adapter. | Win, WM |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
ipv4 address <string> | Returns an ipv4 address for the string provided. Example: ipv4 address "192.168.100.1" - Returns the four-byte ip address 192.168.100.1. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
address of <network ip interface> | Returns the ip address of the ip interface. Example: exists ip interface whose (address of it = "127.0.0.1" and loopback of it) of network - Returns TRUE if the specified ip interface (with loopback) exists on this computer. Example: addresses of ip interfaces of network - Returns a list of IP addresses configured on the machine. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
broadcast address of <network ip interface> | Returns the broadcast address of the specified interface as an IPv4 type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
subnet address of <network ip interface> | Returns the subnet address (IPv4) to which the specified interface belongs. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
subnet mask of <network ip interface> | Returns the subnet mask (IPv4) of the specified network ip interface.As of version 8.0, this Inspector type is derived from an <ipv4or6 address> type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
address of <network address list> | Returns the IP address of the address list. | Win, WM |
subnet address of <network address list> | Returns the subnet address (IPv4) of the specified network address list. | Win, WM |
subnet mask of <network address list> | Returns the subnet mask (IPv4) of the specified network address list. | Win, WM |
address of <network adapter> | Returns the ip address of the network adapter (returns the first address if it is a list). | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
dhcp server of <network adapter> | Returns the ip address of the dhcp server of the network adapter (returns the first address if it is a list). | Win, WM |
gateway of <network adapter> | Returns the ip address of the gateway of the network adapter. | Win, WM |
primary wins server of <network adapter> | Returns the IPv4 address of the primary wins server of the specified network adapter. | Win, WM |
secondary wins server of <network adapter> | Returns the IPv4 address of the secondary wins server of the specified network adapter.As of version 8.0 of BES, this Inspector type is derived from an <ipv4or6 address> type. | Win, WM |
subnet address of <network adapter> | Returns the subnet address (IPv4) of the specified network adapter. | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
subnet mask of <network adapter> | Returns the subnet mask (IPv4) of the specified network adapter. | Win, Lin:8.0, Sol:8.0, HPUX:8.0, AIX:8.0, Mac, WM, Ubu:8.1 |
maximum of <ipv4 address> | Returns the maximum value from a list of <ipv4 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
minimum of <ipv4 address> | Returns the minimum value from a list of <ipv4 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ipv4 part of <ipv6 address> | Returns the lowest 32-bits of the IPv6 address as an IPv4 address.As of version 8.0, this Inspector type is derived from an <ipv4or6 address> type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Return Type | Description | Platforms (?) |
<ipv4 address> {cmp} <ipv4 address> | <boolean> | Returns a boolean TRUE/FALSE depending on the result of the comparison, where:{cmp} is one of: =, !=, <, <=, >, >= . | Win, Lin, Sol, HPUX, AIX, Mac, WM |
<string> {cmp} <ipv4 address> | <boolean> | Returns a boolean TRUE/FALSE depending on the result of the comparison, where:{cmp} is one of: =, !=, <, <=, >, >= . | Win, Lin, Sol, HPUX, AIX, Mac, WM |
<ipv4 address> {cmp} <string> | <boolean> | Returns a boolean TRUE/FALSE depending on the result of the comparison, where:{cmp} is one of: =, !=, <, <=, >, >= . | Win, Lin, Sol, HPUX, AIX, Mac, WM |
Declaration | Return type | Description | Platforms (?) |
<ipv4 address> as ipv6 address | <ipv6 address> | Returns the specified IPv4 address embedded in a IPv6 address space as defined by RFC 4291 section 2.5.5.2: IPv4-Mapped IPv6 Address. In this scheme the lowest 32 bits of the IPv6 address contain the IPv4 address, the next higher 16 bits are all 1 (ffff) and the remaining bits are all 0. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
<ipv4 address> as string | <string> | Converts the ipv4 address to a string. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
extrema of <ipv4 address> | <( ipv4 address, ipv4 address )> Plural: extremas | Returns the minimum and maximum extreme values of the given list of <ipv4 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
maximum of <ipv4 address> | <ipv4 address> Plural: maxima | Returns the maximum value from a list of <ipv4 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
minimum of <ipv4 address> | <ipv4 address> Plural: minima | Returns the minimum value from a list of <ipv4 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
unique value of <ipv4 address> | <ipv4 address with multiplicity> Plural: unique values | Returns the unique values of a given list of <ipv4 address> types, removing duplicates and sorting by value. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Description | Platforms (?) |
unique value of <ipv4 address> | Returns the unique values of a given list of <ipv4 address> types, removing duplicates and sorting by value. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Return type | Description | Platforms (?) |
multiplicity of <ipv4 address with multiplicity> | <integer> Plural: multiplicities | Sorts the list and returns the multiplicity, or count, of each unique element in the specified list of multiple <ipv4 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Description | Platforms (?) |
<string> as ipv6 address | Converts a string representations of an IPv6 address (with colons and/or dots) as an IPv6 address type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ipv6 address <string> | Converts a string representations of an IPv6 address (with colons and/or dots) into an IPv6 address type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ipv6 address of <network adapter> | Returns the local IP address (as IPv6) of the adapter. Only for XP/Server 2003 and later. | Win, WM |
ipv6 dns server of <network adapter> | Returns the DNS server address (as IPv6) of the adapter. Only for XP/Server 2003 and later. | Win, WM |
<ipv4 address> as ipv6 address | Returns the specified IPv4 address embedded in a IPv6 address space as defined by RFC 4291 section 2.5.5.2: IPv4-Mapped IPv6 Address. In this scheme the lowest 32 bits of the IPv6 address contain the IPv4 address, the next higher 16 bits are all 1 (ffff) and the remaining bits are all 0. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
maximum of <ipv6 address> | Returns the maximum value from a list of <ipv6 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
minimum of <ipv6 address> | Returns the minimum value from a list of <ipv6 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Return Type | Description | Platforms (?) |
<ipv6 address> {cmp} <ipv6 address> | <boolean> | Where {cmp} is one of: <, <=, =. | Win, Lin, Sol, HPUX, AIX, Mac, WM |
Declaration | Return type | Description | Platforms (?) |
<ipv6 address> as compressed string | <string> | Similar to casting as a string, but with double colons used to represent multiple zero 16-bit parts (RFC 4291 section 2.2, item 2). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
<ipv6 address> as compressed string with ipv4 | <string> | Similar to casting as a string, but with both colon-compression and standard IPv4 representation for the low 32-bits. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
<ipv6 address> as string | <string> | Returns a string representation of the IPv6 address in the form x:x:x:x:x:x:x:x, where each x represents one to four hexadecimal digits of the eight 16-bit address fields. Leading zeros in an individual field are omitted. See RFC 4291 section 2.2, item 1. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
<ipv6 address> as string with ipv4 | <string> | Similar to casting as a string, but with the lowest 32 bits of the address in the standard IPv4 representation (RFC 4291 section 2.2, item 3). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
<ipv6 address> as string with leading zeros | <string> | Similar to casting as a string, but leading zeros in individual fields are preserved. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
extrema of <ipv6 address> | <( ipv6 address, ipv6 address )> Plural: extremas | Returns the minimum and maximum extreme values of the given list of <ipv6 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
hexadecet <integer> of <ipv6 address> | <integer> Plural: hexadecets | Returns one of the eight 16-bit parts (hexadecets) of an IPv6 address specified by <integer>. Here zero refers to the highest hexadecet (network or big-endian order). Thus hexadecet 0 refers to the most-significant 16-bits of the 128 bit IPv6 address. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ipv4 part of <ipv6 address> | <ipv4 address> Plural: ipv4 parts | Returns the lowest 32-bits of the IPv6 address as an IPv4 address.As of version 8.0, this Inspector type is derived from an <ipv4or6 address> type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
maximum of <ipv6 address> | <ipv6 address> Plural: maxima | Returns the maximum value from a list of <ipv6 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
minimum of <ipv6 address> | <ipv6 address> Plural: minima | Returns the minimum value from a list of <ipv6 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
unique value of <ipv6 address> | <ipv6 address with multiplicity> Plural: unique values | Returns the unique values of a given list of <ipv6 address> types, removing duplicates and sorting by value. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Description | Platforms (?) |
unique value of <ipv6 address> | Returns the unique values of a given list of <ipv6 address> types, removing duplicates and sorting by value. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Return type | Description | Platforms (?) |
multiplicity of <ipv6 address with multiplicity> | <integer> Plural: multiplicities | Sorts the list and returns the multiplicity, or count, of each unique element in the specified list of multiple <ipv6 address> types. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |